-- background: 6315 from stack: in._ball_s_game -- bmap block id: 6587 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on updateguys global guys,coins put empty into bg fld "guys" repeat with i = 1 to guys put "• " after bg fld "guys" end repeat put coins into bg fld "coins" end updateguys -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=239 top=12 right=46 bottom=278 -- title width / last selected line: 0 -- icon id / first selected line: 1234 / 1234 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Mr. Ball -- part 3 (field) -- low flags: 01 -- high flags: 0001 -- rect: left=0 top=319 right=342 bottom=79 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 152 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Status -- part 4 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=468 top=320 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Start ----- HyperTalk script ----- on mouseUp global guys,coins put 0 into coins put 3 into guys go to first card updateguys set the loc of bg btn "mr. ball" to 256,20 end mouseUp -- part 5 (field) -- low flags: 01 -- high flags: 0001 -- rect: left=94 top=323 right=338 bottom=204 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 152 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Guys -- part 6 (field) -- low flags: 01 -- high flags: 0001 -- rect: left=371 top=323 right=340 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: coins